home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Resources
/
PaperCut Quota 6.1
/
pc-setup.exe
/
{app}
/
WebAdmin
/
Admin.asp
next >
Wrap
Text File
|
2005-07-05
|
2KB
|
68 lines
<%@ Language=VBScript %>
<%' (c) Copyright 1999-2004 PaperCut Software Pty. Ltd. %>
<!-- #INCLUDE FILE="includes/PCCommon.inc" -->
<%
Dim strCheckURL
strCheckURL = GetVersionCheckURL
If Request("vc") <> "" Then
Response.Redirect strCheckURL
End If
%>
<!-- #INCLUDE FILE="includes/header.inc" -->
<h1><%=GetText("Welcome")%></h1>
<p>
<%=GetTextReplace("AdminInstr", Array(gstrProduct))%>
<%
' Try to see if we have permissions to see the database
if gblnIsAdmin then
%>
<p><%=GetText("ChooseOption")%>
<p><ul>
<li><a href="UserList.asp"><%=GetText("UserAdmin")%></a></li>
<li><a href="OtherCharges.asp"><%=GetText("OtherCharges")%></a></li>
<li><a href="LogReport.asp?ReportList=Y"><%=GetText("QuickReports")%></a></li>
<li><a href="LogReport.asp"><%=GetText("AdhocReports")%></a></li>
<li><a href="Log.asp"><%=GetText("ViewRecentPrintJobs")%></a></li>
<% if gblnHasNetCharging then %>
<li><a href="NetLog.asp"><%=GetText("ViewRecentNetUsage")%></a></li>
<% end if %>
<li><a href="TransLog.asp"><%=GetText("ViewRecentTransLog")%></a></li>
<% if gblnHasChargeBack then %>
<li><a href="AccountList.asp"><%=GetText("AccountAdmin")%></a></li>
<% end if %>
<li><a href="Admin.asp?vc=Y"><%= GetText("UpdateCheck")%></a></li>
</ul>
<% else
%>
<p style="color: #FF0000"><%=GetText("ErrorDatabaseAccess")%></p>
<%
end if
If Not IsPreferredLanguage() Then
%>
<p> </p>
<p> </p>
<DIV class="webAdminMessage">
PaperCut Web Tools have detected that this is not your preferred language.
<BR><BR>
If you want to translate the PaperCut web tools into your language, see the
file "WebAdmin\includes\lang_en.inc" on the server, or contact us
at support@papercut.biz.
</DIV>
<%
End If
%>
<!-- #INCLUDE FILE="includes/footer.inc" -->